summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorauth12 <[email protected]>2021-07-04 01:15:09 +0100
committerauth12 <[email protected]>2021-07-04 01:15:09 +0100
commit661b73df47caae2cc62a9a2f7b85eb925ff1f80b (patch)
tree79ab09cc3b9877b52fe32186ba3c0c354d0120bd /.gitignore
downloadsysmap-661b73df47caae2cc62a9a2f7b85eb925ff1f80b.tar.xz
sysmap-661b73df47caae2cc62a9a2f7b85eb925ff1f80b.zip
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3bb30db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,45 @@
+#Auto generated files
+.vs/*
+sysmap/obj/*
+
+#Visual studio files
+*.tlog
+
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+*.ipch
+*.suo
+*.db
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+.DS_Store
+*.sqlite
+*.pdb