mirror of
https://git.somenet.org/factorio/some-autoresearch.git
synced 2025-12-06 03:10:11 +00:00
.gitignore
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
##### .gitignore default file. #####
|
||||
|
||||
### ignore temp/backup stuff ###
|
||||
*~
|
||||
.*.swp
|
||||
*.bak
|
||||
|
||||
### software development: ignore generated stuff ###
|
||||
#*.[oa]
|
||||
#*.class
|
||||
#*.pyc
|
||||
#build/*
|
||||
|
||||
### Android development ###
|
||||
#local.properties
|
||||
#.classpath
|
||||
#.project
|
||||
#.settings/*
|
||||
#gen/*
|
||||
#bin/*
|
||||
#target/*
|
||||
|
||||
### latex stuff ###
|
||||
#*.dep
|
||||
#*.dep.unused
|
||||
#*.swp
|
||||
#*.pdf
|
||||
#*.aux
|
||||
#*.log
|
||||
#*.toc
|
||||
#*.out
|
||||
#*.dvi
|
||||
#*.gz
|
||||
#gitHeadInfo.gin
|
||||
|
||||
Reference in New Issue
Block a user