Skip to content

Commit

Permalink
Add gitignore (lost in split from BGPStream repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairking committed Nov 29, 2017
1 parent 8290dfb commit f7fd5a1
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .gitignore
@@ -1,5 +1,33 @@
# temp files
*~
*.#*
.DS_Store

# IDE crap
.idea/

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so

# Compiled Static libraries
*.lai
*.la
*.a
*.pyc
# helpful to me only?
TAGS

# Compiled programs
*.tar.gz

# pybgpstream build files
MANIFEST
build/
dist/
docs/_build
pybgpstream.egg-info/
*.egg-info/

0 comments on commit f7fd5a1

Please sign in to comment.