Improve .gitignore-file
authorJostein Kjønigsen <jostein@kjonigsen.net>
Sun, 24 May 2015 19:05:50 +0000 (21:05 +0200)
committerJostein Kjønigsen <jostein@kjonigsen.net>
Thu, 28 May 2015 07:08:58 +0000 (09:08 +0200)
Currently all emacs-temp files are tracked.
TAGS is for emacs' etags used to track symbols in code-files.
Generated Makefiles from the build-process should also be ignored.

.gitignore

index fbde783..8eee8d5 100644 (file)
@@ -164,6 +164,7 @@ node_modules/
 *.metaproj.tmp
 .atom-build.json
 tags
+TAGS
 
 # RIA/Silverlight projects
 Generated_Code/
@@ -222,6 +223,7 @@ $RECYCLE.BIN/
 ### Linux ###
 
 *~
+\#*\#
 
 # KDE directory preferences
 .directory
@@ -266,3 +268,4 @@ Vagrantfile
 CMakeFiles/
 cmake_install.cmake
 CMakeCache.txt
+Makefile