summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-11-17 10:46:03 +0100
committerSuren A. Chilingaryan <csa@suren.me>2019-11-17 10:46:03 +0100
commit23f22348c5281fff685c1fa89255e7e1e76266a4 (patch)
treefb05ad7fb39357ff8785068b3a1512101d685f41 /.gitignore
parent3d93df54d024f49895db6277e873dccd10b5baec (diff)
downloadufo-roof-temp-23f22348c5281fff685c1fa89255e7e1e76266a4.tar.gz
ufo-roof-temp-23f22348c5281fff685c1fa89255e7e1e76266a4.tar.bz2
ufo-roof-temp-23f22348c5281fff685c1fa89255e7e1e76266a4.tar.xz
ufo-roof-temp-23f22348c5281fff685c1fa89255e7e1e76266a4.zip
cmake build and gcc warnings
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8e4b968
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*~
+*.pyc
+*.so
+*.o
+CMakeFiles/
+CTestTestfile.cmake
+cmake_install.cmake
+CMakeCache.txt
+Makefile
+/tags
+/tests/venv
+/build/
+/_build/