r3/.gitignore

29 lines
257 B
Plaintext
Raw Normal View History

2014-05-16 18:37:30 -04:00
# cmake
2014-05-14 12:19:26 -04:00
CMakeCache.txt
CMakeFiles
2014-05-14 12:41:08 -04:00
CTestTestfile.cmake
2014-05-16 18:37:30 -04:00
Testing
2014-05-14 12:19:26 -04:00
cmake_install.cmake
install_manifest.txt
2014-05-16 18:37:30 -04:00
# tags
2014-05-14 23:52:45 -04:00
tags
2014-05-16 18:37:30 -04:00
# autotools
*.a
*.lo
*.la
*.dylib
*.o
2014-05-16 18:58:48 -04:00
/aclocal.m4
/autom4te.cache
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
Makefile.in