X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=.gitignore;h=778782d97cdc9805f9230a06150eb7dbb3340821;hp=1b7395949516e524539a4ca112640ae4ee89401b;hb=HEAD;hpb=7322663824e9546841b3e50e6fbd3cc8b9027165 diff --git a/.gitignore b/.gitignore index 1b73959..778782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,31 @@ -*.o -# for cygwin +exo[[:digit:]] +!exo[[:digit:]]/ +tp[[:digit:]] +!TP_[[:digit:]]/ +*.static +*.dynamic +# for cygwin *.exe +*.o + +*.so +*.dylib +*.a +# for cygwin +*.dll +*.dll.a + +# atom linter +*.gch + # editor trash *.swp -*.~ +*~ + +.build thumbs.db +*.DS_Store + +.atom