X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=.gitignore;h=778782d97cdc9805f9230a06150eb7dbb3340821;hp=2882444788bbaa4f0d1fbba82882534d9c5bb954;hb=HEAD;hpb=811d4abe716c4d14629cee5beda1e1f3cff979bc diff --git a/.gitignore b/.gitignore index 2882444..778782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,24 @@ -exo? +exo[[:digit:]] +!exo[[:digit:]]/ +tp[[:digit:]] +!TP_[[:digit:]]/ *.static *.dynamic -# for cygwin +# for cygwin *.exe *.o *.so +*.dylib *.a -# for cygwin +# for cygwin *.dll *.dll.a +# atom linter +*.gch + # editor trash *.swp *~ @@ -20,3 +27,5 @@ exo? thumbs.db *.DS_Store + +.atom