OSDN Git Service

re-arrange gitignore entry
authormzp <mzpppp@gmail.com>
Mon, 17 Aug 2009 22:59:46 +0000 (07:59 +0900)
committermzp <mzpppp@gmail.com>
Mon, 17 Aug 2009 22:59:46 +0000 (07:59 +0900)
.gitignore

index 7b2fe56..45f1771 100644 (file)
@@ -1,29 +1,30 @@
-# auto backup file
+# backup
 *~
 .DS_Store
 *.swp
-*.spot
-*.spit
-*.annot
-*-runner
 
-# auto generate file
-OMakefile.config
+# config file
+/OMakefile.config
+/config.ml
 
-# compiled result
-habc.exe
-habc-scm.exe
-habc-xml.exe
+# target
 habc-scm
 habc-xml
 habc
+*-runner
+
+# compiler generated file
+*.spot
+*.spit
+*.annot
+*.exe
+*.run
+*.opt
 *.cm[aoix]
-*.omc
 *.[ao]
 *.cmxa
-
+*.omc
 .omakedb
 .omakedb.lock
 
-*.run
-*.opt
\ No newline at end of file
+