repositories
/
Project_algorithmic_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ec361
)
Refine .gitignore
author
Jerome Benoit
<jerome.benoit@sap.com>
Mon, 4 Sep 2017 08:00:18 +0000
(10:00 +0200)
committer
Jerome Benoit
<jerome.benoit@sap.com>
Mon, 4 Sep 2017 08:00:18 +0000
(10:00 +0200)
.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index ed432d4a992036130e7084cac53d5503b67b7ddb..7a071d471f9ecc5b1aa8c4f91d570d20620c537f 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,7
@@
othello
*.static
*.dynamic
-# for cygwin
+# for cygwin
*.exe
*.o
@@
-9,10
+9,13
@@
othello
*.so
*.dylib
*.a
-# for cygwin
+# for cygwin
*.dll
*.dll.a
+# atom linter
+*.gch
+
# editor trash
*.swp
*~