diff options
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbde7834de..8eee8d515c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |