grim/gplate

Add .gitignore

2012-09-13, Michael B. Trausch
90541b65173a
Parents 376ae2c01e0f
Children c9d988588dd2
Add .gitignore
  • +33 -0
    .gitignore
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/.gitignore Thu Sep 13 13:29:17 2012 -0400
    @@ -0,0 +1,33 @@
    +*.a
    +*.so*
    +.*.swp
    +*.exe
    +CMakeCache.txt
    +CMakeFiles
    +CTestTestfile.cmake
    +cmake_install.cmake
    +doc/gplate/tmpl/*.bak
    +INSTALL
    +Makefile
    +doc/gplate/.*.stamp
    +doc/gplate/gplate-undeclared.txt
    +doc/gplate/gplate-documented.txt
    +doc/gplate/gplate-used.txt
    +doc/gplate/gplate-decl.txt
    +doc/gplate/gplate-decl-list.txt
    +doc/gplate/gplate.args
    +doc/gplate/gplate.hierarchy
    +doc/gplate/gplate.interfaces
    +doc/gplate/gplate.prerequisites
    +doc/gplate/gplate.signals
    +doc/gplate/html
    +doc/gplate/xml
    +gplate/configs/.*.dot
    +gplate/configs/.*.png
    +gplate.pc
    +gplate/libgplate.dylib
    +tests/test-gplate
    +tests/*.log
    +Testing
    +tests/*.log
    +build
    \ No newline at end of file