X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=778782d97cdc9805f9230a06150eb7dbb3340821;hb=a56e04feef7fd5e0f4fb4c1f829652f2ecd8dd43;hp=e13bfdef371c03f0294e7d16c3390dafe86dfb9b;hpb=093e45f1ff41d6a43353cf77cb522a0e9e12c811;p=TD_C.git diff --git a/.gitignore b/.gitignore index e13bfde..778782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,23 @@ +exo[[:digit:]] +!exo[[:digit:]]/ +tp[[:digit:]] +!TP_[[:digit:]]/ *.static *.dynamic -# for cygwin +# for cygwin *.exe *.o *.so +*.dylib *.a +# for cygwin +*.dll +*.dll.a + +# atom linter +*.gch # editor trash *.swp @@ -16,3 +27,5 @@ thumbs.db *.DS_Store + +.atom