Refine a bit .cquery and .gitignore.
[Project_algorithmic_C.git] / .gitignore
index ed432d4a992036130e7084cac53d5503b67b7ddb..0e5f88e5939c4f92b444d9a2de540906e1f4bec3 100644 (file)
@@ -1,7 +1,7 @@
 othello
 *.static
 *.dynamic
-# for cygwin  
+# for cygwin
 *.exe
 
 *.o
@@ -9,10 +9,15 @@ othello
 *.so
 *.dylib
 *.a
-# for cygwin  
+# for cygwin
 *.dll
 *.dll.a
 
+# atom linter
+*.gch
+# ide-cquery
+.atom
+
 # editor trash
 *.swp
 *~