diff options
author | Andras Timar <timar@fsf.hu> | 2011-03-23 14:26:24 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-03-23 14:26:24 +0100 |
commit | 801f7d9554e3724f6962a3b16b576e155b06c2e8 (patch) | |
tree | fd2b09a773834cc84d79ab0b4e0a0e96ac985478 | |
parent | cd96b0497ed1f08e3c7fb57fbdcdc0c8e435559b (diff) |
add .gitignore here
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..e9cb034c107 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# backup and temporary files +*~ +.*.sw[op] + +# the build directories +/*/unxlng?? +/*/unxlng??.pro +/*/wntmsc??? +/*/wntmsc???.pro +/*/unxmac??.pro +/*/unxmac?? |