X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.gitignore;h=e13bfdef371c03f0294e7d16c3390dafe86dfb9b;hb=04b0afb5d5c81f1d98e98b9a6e532b1d3c868cc4;hp=d9f6fd4582a4d337b44f9d2236e38873a22ed86c;hpb=f81720f21cd1d9fed5bfc983061445f54396fe8a;p=TD_C.git diff --git a/.gitignore b/.gitignore index d9f6fd4..e13bfde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,18 @@ +*.static +*.dynamic +# for cygwin +*.exe + *.o +*.so +*.a + # editor trash *.swp -*.~ +*~ -thumbs.db +.build -# default binary name output -exo? +thumbs.db +*.DS_Store