diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-17 18:26:08 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-17 18:41:14 +0200 |
commit | 9c024a57cd43eb10079cb2728a25c76f1a2a967c (patch) | |
tree | 787f6c742c553381d08dabbcf42360a471c976c3 /.gitignore | |
parent | 156e12c456a79376e3409dca910d02027e660a2f (diff) | |
download | tdv-9c024a57cd43eb10079cb2728a25c76f1a2a967c.tar.gz tdv-9c024a57cd43eb10079cb2728a25c76f1a2a967c.tar.xz tdv-9c024a57cd43eb10079cb2728a25c76f1a2a967c.zip |
Add CMake infrastructure
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -1,15 +1,6 @@ # Backup files *.*~ -# Compile output -/sdtui -/add-pronunciation -/test-stardict -*.o # IDE project files -/sdtui.creator* -/sdtui.includes -/sdtui.files -/sdtui.config +/CMakeLists.txt.user # Blah -/GNUmakefile /.clang_complete |