X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=.gitignore;h=778782d97cdc9805f9230a06150eb7dbb3340821;hp=332de4f3a44966531c0c97523a6d3c41a12fc990;hb=HEAD;hpb=bfccd5920e3d878c33165ebac69b9713c2700028 diff --git a/.gitignore b/.gitignore index 332de4f..778782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +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