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