diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-04 16:14:25 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-05 04:45:25 +0200 |
commit | 4f4a86529adc896ed4d3bc922ef88aec89e3fd53 (patch) | |
tree | 41d19ed9b86dd48b989c85fad353c962791a8e8d /.gitignore | |
download | tdv-4f4a86529adc896ed4d3bc922ef88aec89e3fd53.tar.gz tdv-4f4a86529adc896ed4d3bc922ef88aec89e3fd53.tar.xz tdv-4f4a86529adc896ed4d3bc922ef88aec89e3fd53.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fee94d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Backup files +*.*~ +# Compile output +/sdcli +*.o +# IDE project files +/sdcli.creator* +/sdcli.includes +/sdcli.files +/sdcli.config +# Blah +/GNUmakefile +/.clang_complete |