diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-27 15:26:51 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-29 16:48:56 +0100 |
commit | d0eee678b59c703cec15431b66cfcac9e5741815 (patch) | |
tree | 33943c9a9599b4566ddacac9094cc8c73743c5df /.gitignore | |
download | hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.gz hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.xz hex-d0eee678b59c703cec15431b66cfcac9e5741815.zip |
Initial commit
This is essentially a gutted fork of nncmpp that doesn't do anything.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5a835a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Build files +/build + +# Qt Creator files +/CMakeLists.txt.user* +/hex.config +/hex.files +/hex.creator* +/hex.includes |