]> git.mxchange.org Git - simgear.git/blobdiff - .gitignore
Keep md5 inside simgear and use single encodeHex implementation.
[simgear.git] / .gitignore
index de222b1294eba392018dd75724e2303eafd253ac..5ba354be7b8c286b85dd555a7d055b3aef8c9063 100644 (file)
@@ -1,15 +1,16 @@
+.*
+*~
 Makefile
-Makefile.in
-.deps
-autom4te.cache
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-missing
-aclocal.m4
-
-
+*.o
+lib*.a
+.*.swp
+cmake_install.cmake
+CMakeFiles
+CMakeCache.txt
+CPackConfig.cmake
+CPackSourceConfig.cmake
+cmake_uninstall.cmake
+CTestTestfile.cmake
+install_manifest.txt
+build*
+Build