diff options
author | simulation <simulation@nlo-ext3.ioq.uni-jena.de> | 2016-02-09 09:54:46 +0100 |
---|---|---|
committer | simulation <simulation@nlo-ext3.ioq.uni-jena.de> | 2016-02-09 09:54:46 +0100 |
commit | 6be0f285adb27f60f058c2937a7885899e17cb88 (patch) | |
tree | be50a15314fe28c5b7b8f721233a34e71ca5b3b4 /.gitignore | |
download | lpic-master.tar.xz |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61a6c7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +Makefile +stamp-* + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +lpic/lpic +lpic/src/lpic +postprocessor* + +*.aux +*.log +*.tar.gz + +*.m +tmp* +*.out +data +*~ + +*.zip +data_* +*_original +*_alt(kaputt) |