diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4f0af0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# Eclipse project files +.project +.cproject +.settings + +# Generated dependency file +.dependencies + +# translations +*.mo +*.pot |