Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/just_gtfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormesozoic-drones <mesozoic.drones@gmail.com>2020-03-28 11:58:38 +0300
committerGitHub <noreply@github.com>2020-03-28 11:58:38 +0300
commitc8c9a5d2b491f1868fe8deda4e8db58b7a394d68 (patch)
treead038c7926502292e60df73870f0e30b7ffa5f2e /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..259148f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# 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