diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..56639c4 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,13 @@ | |||
1 | * | ||
2 | !*/ | ||
3 | |||
4 | !.gitignore | ||
5 | !.gitkeep | ||
6 | |||
7 | !makefile | ||
8 | !*.c | ||
9 | !*.h | ||
10 | !*.txt | ||
11 | !*.md | ||
12 | !*.tex | ||
13 | |||