... | ... |
@@ -1,9 +1,22 @@ |
1 | 1 |
# Ignore the following files when committing |
2 | 2 |
|
3 |
-*.o |
|
3 |
+# Ignore object an archive files |
|
4 |
+*.[oa] |
|
5 |
+# Ignore libraries |
|
4 | 6 |
*.so |
7 |
+# Ignore windows libraries |
|
8 |
+*.dll |
|
9 |
+# Ignore vim lock files |
|
5 | 10 |
*.swp |
6 | 11 |
*.swo |
12 |
+# Ignore |
|
7 | 13 |
*~ |
14 |
+# Ignore hidden files |
|
8 | 15 |
.* |
16 |
+# Do not ignore hidden .gitignore |
|
9 | 17 |
!.gitignore |
18 |
+# Do not ignore gsl libraries |
|
19 |
+!libgsl.a |
|
20 |
+!libgslcblas.a |
|
21 |
+!libgsl.dll |
|
22 |
+!libgslcblas.dll |
|
10 | 23 |
\ No newline at end of file |