X-Git-Url: https://git.piment-noir.org/?p=TD_C.git;a=blobdiff_plain;f=.gitignore;h=778782d97cdc9805f9230a06150eb7dbb3340821;hp=d9f6fd4582a4d337b44f9d2236e38873a22ed86c;hb=HEAD;hpb=f81720f21cd1d9fed5bfc983061445f54396fe8a diff --git a/.gitignore b/.gitignore index d9f6fd4..778782d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,31 @@ +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 -# default binary name output -exo? +.atom